PASO 13 : Usando la información que tenemos en nuestra función, usemos la lógica para averiguar si nuestro animal es un reptil .
no voltea un booleano . Por ejemplo, not True se convierte en False y not False se convierte en True .
- Desde , arrastre if and dentro y hasta la parte inferior de classify_animal() .
- Cambie choice1 == "yes" a has_scales y choice2 == "no" a not eggs_in_water .
- Finalmente, en , arrastre String Variable con sangría dentro de la instrucción if.
To navigate the page using the TAB key, first press ESC to exit the code editor.